This special two hand axe was crafted by a great blacksmith and it seems to be capable of destroying any type of armor.
Critical Rate + 20, Attack Speed + 5%
Critical Rate increases depending on the weapon's refinement rate.
[ Whitesmith, Creator ]
Add a chance of auto casting Level 3 Hammerfall on the enemy when attacking.
Класс : Axe
Атака : 175
Вес : 200
Уровень Оружия : 4
Необходимый Lv. : 70
Доступно для : High Swordman, High Merchant, Lord Knight, Whitesmith, Paladin, Creator
Улучшается : Да
Доп. информация:
ID : 1376
Цена у NPC : 10
Script :
{ bonus bCritical,20+getrefine(); bonus bAspdRate,5; if ((Class == Job_Whitesmith) || (Class == Job_Creator)) bonus3 bAutoSpell,"BS_HAMMERFALL",3,30; }
{
...bonus bCritical,20+getrefine();
...bonus bAspdRate,5;
...if ((Class == Job_Whitesmith) || (Class == Job_Creator)) bonus3 bAutoSpell,"BS_HAMMERFALL",3,30;
}